home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / man / cat.1 / fstopgm.1 < prev    next >
Text File  |  1995-07-25  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4.      ffffssssttttooooppppggggmmmm((((1111))))        XXXXEEEENNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV ((((00006666 AAAApppprrrriiiillll 88889999))))         ffffssssttttooooppppggggmmmm((((1111))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           fstopgm - convert a Usenix FaceSaver(tm) file into a
  10.           portable graymap
  11.  
  12.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.           ffffssssttttooooppppggggmmmm [_f_s_f_i_l_e]
  14.  
  15.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  16.           Reads a Usenix FaceSaver(tm) file as input.  Produces a
  17.           portable graymap as output.
  18.  
  19.           FaceSaver(tm) files sometimes have rectangular pixels.
  20.           While _f_s_t_o_p_g_m won't re-scale them into square pixels for
  21.           you, it will give you the precise _p_n_m_s_c_a_l_e command that will
  22.           do the job.  Because of this, reading a FaceSaver(tm) image
  23.           is a two-step process.  First you do:
  24.             fstopgm > /dev/null
  25.           This will tell you whether you need to use _p_n_m_s_c_a_l_e. Then
  26.           use one of the following pipelines:
  27.             fstopgm | pgmnorm
  28.             fstopgm | pnmscale -whatever | pgmnorm
  29.           To go to PBM, you want something more like one of these:
  30.             fstopgm | pnmenlarge 3 | pgmnorm | pgmtopbm
  31.             fstopgm | pnmenlarge 3 | pnmscale <whatever> | pgmnorm | pgmtopbm
  32.           You want to enlarge when going to a bitmap because otherwise
  33.           you lose information; but enlarging by more than 3 does not
  34.           look good.
  35.  
  36.           FaceSaver is a registered trademark of Metron Computerware
  37.           Ltd. of Oakland, CA.
  38.  
  39.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  40.           pgmtofs(1), pgm(5), pgmnorm(1), pnmenlarge(1), pnmscale(1),
  41.           pgmtopbm(1)
  42.  
  43.      AAAAUUUUTTTTHHHHOOOORRRR
  44.           Copyright (C) 1989 by Jef Poskanzer.
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                           (printed 9/7/93)
  64.  
  65.  
  66.  
  67.